home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0944 / slicer.ex_ / 0 / RCDATA / TCREATDIR / TCREATDIR.txt
Encoding:
Text File  |  1996-12-08  |  973 b   |  56 lines

  1. object creatdir: Tcreatdir
  2.   Left = 293
  3.   Top = 254
  4.   Width = 249
  5.   Height = 132
  6.   Caption = 'Create Dir'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   KeyPreview = True
  12.   Position = poScreenCenter
  13.   OnKeyPress = FormKeyPress
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 126
  20.     Height = 13
  21.     Caption = 'Enter New Directory Name'
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 225
  27.     Height = 57
  28.     Shape = bsFrame
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 16
  32.     Top = 32
  33.     Width = 209
  34.     Height = 21
  35.     TabOrder = 0
  36.   end
  37.   object Button1: TButton
  38.     Left = 160
  39.     Top = 72
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     TabOrder = 1
  44.     OnClick = Button1Click
  45.   end
  46.   object Button2: TButton
  47.     Left = 80
  48.     Top = 72
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Cancel'
  52.     TabOrder = 2
  53.     OnClick = Button2Click
  54.   end
  55. end
  56.